@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Lato:wght@400;700&display=swap);
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translate(0%, 0) rotate(45deg);
    transform: translate(0%, 0) rotate(45deg)
  }
  50% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    transform: translate(50%, 0) rotate(45deg)
  }
  100% {
    -webkit-transform: translate(0%, 0) rotate(45deg);
    transform: translate(0%, 0) rotate(45deg)
  }
}

@keyframes arrowmove {
  0% {
    -webkit-transform: translate(0%, 0) rotate(45deg);
    transform: translate(0%, 0) rotate(45deg)
  }
  50% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    transform: translate(50%, 0) rotate(45deg)
  }
  100% {
    -webkit-transform: translate(0%, 0) rotate(45deg);
    transform: translate(0%, 0) rotate(45deg)
  }
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

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

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

a {
  background-color: rgba(0, 0, 0, 0)
}

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

b, strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

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

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

button, input {
  overflow: visible
}

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
}

fieldset {
  padding: .35em .75em .625em
}

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[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
}

*, *::before, *::after {
  box-sizing: border-box
}

html {
  box-sizing: border-box
}

body, button, input, select, optgroup, textarea {
  font-size: 16px;
  font-size: 1rem;
  font-size: 1rem;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5
}

p, h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #0056a1
}

h1, .h1 {
  font-size: 2.4rem;
  font-weight: 700
}

h2 {
  font-size: 2.441rem
}

h3 {
  font-size: 1.953rem
}

h4, .h4 {
  font-size: 1.563rem
}

strong, .strong {
  font-weight: 700
}

.section_title {
  margin: 0 auto 3.5rem;
  font-size: 3.052rem;
  /* color: #0056a1; */
	color: #D6533A;
  font-weight: 700;
  text-align: center;
  border-bottom: 4px solid #FFD84D
}

.section_title small {
  display: block;
  font-size: 80%
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 1.953rem
  }
}

.section_title_ul {
  font-size: 2.441rem
}

@media screen and (max-width: 767px) {
  .section_title_ul {
    font-size: 1.953rem
  }
}

.section_title_ul span {
  font-size: 3.052rem;
  display: block;
  -webkit-text-decoration: underline #da1212;
  text-decoration: underline #da1212;
  text-decoration-thickness: .25rem;
  text-underline-offset: .25rem
}

@media screen and (max-width: 767px) {
  .section_title_ul span {
    font-size: 2.441rem
  }
}

.section_title_pop, .section_title_pop_arw {
  display: inline-block;
  padding: 1rem 2.5rem;
  margin: 0 auto 2rem;
  min-width: 25vw;
  font-weight: bold;
  line-height: 1;
  font-size: 1.563rem;
  border-radius: 1000px;
  background: #fcd900
}

@media screen and (max-width: 767px) {
  .section_title_pop, .section_title_pop_arw {
    font-size: 1rem
  }
}

.section_title_arw {
  position: relative;
  max-width: 40rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  width: 100%;
  padding: .5rem 2rem;
  border-radius: 1000px;
  font-size: 1.953rem;
  /* background: #da1212; */
  background: #FFF;
  font-weight: 700;
  /* color: #fff */
  color: #da1212;
}

@media screen and (max-width: 767px) {
  .section_title_arw {
    font-size: 1.25rem
  }
}

.section_title_arw:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid rgba(0, 0, 0, 0);
  /* border-top: 15px solid #da1212; */
  border-top: 15px solid #FFF;
}

.lines_title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
  position: relative;
  text-decoration: none;
  font-size: 2.441rem;
  text-align: center;
  /* margin: 2.5rem 0; */
  margin: 0 auto 2.5rem;
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .lines_title {
    font-size: 1rem
  }
}

.lines_title:before,
.lines_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: url(../img/line_ttl.svg) no-repeat 0 0 / contain;
  width: 60px;
  height: 60px;
}

.lines_title:after {
  transform:scaleX(-1)
}
.lines_title span {
	font-size: 75%;
}
@media screen and (max-width: 767px) {
	.lines_title span {
		font-size: 125%;
	}
  }


p.lead {
  text-align: center;
  margin: 3.5rem auto
}

.small {
  font-size: .8rem
}

.center_txt {
  text-align: center
}

.small_txt {
  font-size: .8rem;
  color: rgba(0, 0, 0, .54)
}

rt {
  font-weight: normal
}

.under_line {
  -webkit-text-decoration: underline #fcd900;
  text-decoration: underline #fcd900;
  text-decoration-thickness: .25rem;
  text-underline-offset: .25rem
}

a svg, p svg {
  margin-left: .5rem
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.sp {
  display: none
}

@media screen and (max-width: 767px) {
  .sp {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none
  }
}

br.sp {
  display: none
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block
  }
}

.prob_list {
  padding: 1rem 2.5rem;
  list-style: none;
  text-align: left
}

.prob_list li {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  position: relative;
  font-size: 1.25rem;
  padding: 1.5rem 0 1.5rem 3rem;
  margin: 0
}

.prob_list li:last-child {
  border-bottom: none
}

.prob_list li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.953rem;
  color: rgba(218, 18, 18, .87)
}

.prob_list li strong {
  border-bottom: 4px solid rgba(218, 18, 18, .87)
}

@media screen and (max-width: 767px) {
  .prob_list {
    padding: 1rem
  }
  .prob_list li {
    font-size: 1rem;
    padding: 1rem 0 1rem 2rem
  }
  .prob_list li span {
    font-size: 1.25rem
  }
  .prob_list li strong {
    font-size: 1.25rem
  }
}

.small_list {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none
}

.small_list li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0 0 .5rem
}

.small_list li:last-child {
  margin: 0
}

.small_list li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: .25rem;
  left: 0
}

.faq_list {
  text-align: left;
  font-size: 1.25rem
}

.faq_list dt, .faq_list dd {
  padding: 1.5rem 2.5rem;
  margin: 0;
  margin: 0 0 1rem
}

@media screen and (max-width: 767px) {
  .faq_list dt, .faq_list dd {
    padding: 2rem 1rem
  }
}

.faq_list dt {
  padding-right: 4.5rem;
  /* background: #0056a1; */
  background: #D6533A;
  color: #fcd900;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 2px;
  position: relative
}

@media screen and (max-width: 767px) {
  .faq_list dt {
    padding-right: 2.5rem
  }
}

.faq_list dt:after {
  content: "";
  display: block;
  background: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  border-left: .5rem solid rgba(0, 0, 0, 0);
  border-right: .5rem solid rgba(0, 0, 0, 0);
  border-top: .5rem solid;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: .2s ease-in-out
}

@media screen and (max-width: 767px) {
  .faq_list dt:after {
    right: 1rem
  }
}

.faq_list dt.open:after {
  -webkit-transform: translate(0, -50%) rotateX(180deg);
  transform: translate(0, -50%) rotateX(180deg)
}

.faq_list dd {
  background: rgba(0, 0, 0, .032);
  color: rgba(0, 0, 0, .54);
  display: none
}

a {
  transition: .2s ease-in-out;
  color: #0056a1
}

a:visited {
  color: #0056a1
}

a:hover, a:focus, a:active {
  color: #003b6e;
  text-decoration: none
}

a:hover img, a:focus img, a:active img {
  opacity: .8
}

a img {
  transition: .2s ease-in-out
}

.btn, .btn:visited {
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.2;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  box-sizing: border-box;
  transition: .2s ease-in-out
}

.bdr-btn, .bdr-btn:visited {
  border-width: 2px;
  border-style: solid;
  color: #0056a1;
  background: none
}

.bdr-btn:hover, .bdr-btn:focus, .bdr-btn:visited:hover, .bdr-btn:visited:focus {
  background: #0056a1;
  color: #fff
}

.offer-btn, .offer-btn:visited, .offer-btn02, .offer-btn02:visited {
  background: #da1212;
  background: linear-gradient(90deg, #FCD900 0%, #FFE64E 100%);
  border-radius: 1000px;
  color: #0056a1;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  /*font-size: 2.441rem;*/
	font-size: 2rem;
  width: 50vw;
  max-width: calc(1040px - 5rem);
  box-shadow: 0px .25rem 0px 0px #ceb000
}

@media screen and (max-width: 1039px) {
  .offer-btn, .offer-btn:visited, .offer-btn02, .offer-btn02:visited {
    width: 100%;
    font-size: 1.953rem
  }
}

@media screen and (max-width: 767px) {
  .offer-btn, .offer-btn:visited, .offer-btn02, .offer-btn02:visited {
    font-size: 1.25rem
  }
}

.offer-btn:hover, .offer-btn:focus, .offer-btn:visited:hover, .offer-btn:visited:focus, .offer-btn02:hover, .offer-btn02:focus, .offer-btn02:visited:hover, .offer-btn02:visited:focus {
  background: linear-gradient(90deg, #e3c300 0%, #ffdf1b 100%);
  color: #0056a1;
}

.offer-btn:hover:after, .offer-btn:focus:after, .offer-btn:visited:hover:after, .offer-btn:visited:focus:after, .offer-btn02:hover:after, .offer-btn02:focus:after, .offer-btn02:visited:hover:after, .offer-btn02:visited:focus:after {
  left: 100%
}

.offer-btn::after, .offer-btn:visited::after, .offer-btn02::after, .offer-btn02:visited::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  transition: .2s ease-in-out
}

.offer-btn.small-btn, .offer-btn:visited.small-btn, .offer-btn02.small-btn, .offer-btn02:visited.small-btn {
  border-color: #088cff
}

.offer-btn.small-btn:hover, .offer-btn.small-btn:focus, .offer-btn:visited.small-btn:hover, .offer-btn:visited.small-btn:focus, .offer-btn02.small-btn:hover, .offer-btn02.small-btn:focus, .offer-btn02:visited.small-btn:hover, .offer-btn02:visited.small-btn:focus {
  border-width: 2px
}

.offer-btn02, .offer-btn02:visited {
  background: #0056a1;
  background: linear-gradient(90deg, #0056A1 0%, #002d55 100%);
  box-shadow: 0px .25rem 0px 0px #000
}

.offer-btn02:hover, .offer-btn02:focus, .offer-btn02:visited:hover, .offer-btn02:visited:focus {
  background: linear-gradient(90deg, #002d55 0%, black 100%);
  color: #fff
}

@media screen and (max-width: 767px) {
  .offer-btn02, .offer-btn02:visited {
    font-size: 1.25rem;
    padding: 1.5rem .5rem
  }
}

.small-btn {
  padding: .5rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  width: auto;
  border-width: 2px
}

.circle-btn, .circle-btn:visited {
  background: rgba(0, 0, 0, .87);
  width: 3rem;
  height: 3rem;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center
}

.circle-btn svg, .circle-btn:visited svg {
  margin: 0;
  color: #fff;
  font-size: 1.5rem
}

.circle-btn:hover, .circle-btn:focus, .circle-btn:visited:hover, .circle-btn:visited:focus {
  background: rgba(51, 51, 51, .87)
}

.main-header .offer-btn, .main-header .offer-btn:visited, .main-header .offer-btn02, .main-header .offer-btn02:visited, .main-header .bdr-btn, .main-header .bdr-btn:visited {
  color: #0056a1
}

.main-header .offer-btn:hover, .main-header .offer-btn:focus, .main-header .offer-btn:visited:hover, .main-header .offer-btn:visited:focus, .main-header .offer-btn02:hover, .main-header .offer-btn02:focus, .main-header .offer-btn02:visited:hover, .main-header .offer-btn02:visited:focus, .main-header .bdr-btn:hover, .main-header .bdr-btn:focus, .main-header .bdr-btn:visited:hover, .main-header .bdr-btn:visited:focus {
  color: #fff
}

.main-header .offer-btn, .main-header .offer-btn:visited, .main-header .offer-btn02, .main-header .offer-btn02:visited {
  box-shadow: none;
  border-width: 2px;
  border-style: solid;
  border-color: #fcd900
}

.main-header .offer-btn:hover, .main-header .offer-btn:focus, .main-header .offer-btn:visited:hover, .main-header .offer-btn:visited:focus, .main-header .offer-btn02:hover, .main-header .offer-btn02:focus, .main-header .offer-btn02:visited:hover, .main-header .offer-btn02:visited:focus {
  color: #0056a1
}

body {
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(0, 0, 0, .87)
}

.mainwid {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem
}

.mainwid .inner {
  max-width: calc(1040px + 4rem);
  padding-right: 2rem;
  padding-left: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.mainwid .inner>*:last-child {
  margin-bottom: 0
}

.mainwid .inner>*:first-child {
  margin-top: 0
}

@media screen and (max-width: 767px) {
  .mainwid {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }
  .mainwid .inner {
    max-width: calc(1040px + 2rem);
    padding-right: 1rem;
    padding-left: 1rem
  }
}

section {
  position: relative;
  text-align: left
}

.column {
  display: flex;
  list-style: none;
  padding: 0
}

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

.column02, .column03, .column04 {
  width: 100%;
  gap: 2.3%
}

@media screen and (max-width: 767px) {
  .column02, .column03, .column04 {
    gap: 2.5rem
  }
}

.column02 li, .column02 div, .column03 li, .column03 div, .column04 li, .column04 div {
  width: 100%
}

.column_icon {
  margin: 3.5rem auto
}

.column_icon li {
  width: 100%;
  text-align: center
}

.column_icon figure {
  margin: 0 auto 1.5rem;
  max-width: 30%
}

.cards {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1.5%
}

@media screen and (max-width: 767px) {
  .cards {
    flex-direction: column;
    gap: 1rem
  }
}

.cards li {
  width: 100%
}

.bdr_round {
  border-radius: 10px
}

.bdr_box {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, .12)
}

@media screen and (max-width: 767px) {
  .bdr_box {
    padding: 1rem
  }
}

.btn_area {
  text-align: center;
  margin: 6.5rem 0
}

@media screen and (max-width: 767px) {
  .btn_area {
    margin: 3.5rem 0
  }
}

.btn_area .btn {
  margin-top: 0;
  margin-bottom: 0
}

.btn_area--p {
	text-align: center;
}
.btn_area--p a {
	color: #fcd900;
}

.center_box {
  text-align: center
}

.pd_box {
  padding: 2.5rem
}

@media screen and (max-width: 767px) {
  .pd_box {
    padding: 1.5rem
  }
}

.mt1 {
  margin-top: 1px
}

.mb1 {
  margin-bottom: 1px
}

.m_wid10 {
  max-width: 10px
}

.mt2 {
  margin-top: 2px
}

.mb2 {
  margin-bottom: 2px
}

.m_wid20 {
  max-width: 20px
}

.mt3 {
  margin-top: 3px
}

.mb3 {
  margin-bottom: 3px
}

.m_wid30 {
  max-width: 30px
}

.mt4 {
  margin-top: 4px
}

.mb4 {
  margin-bottom: 4px
}

.m_wid40 {
  max-width: 40px
}

.mt5 {
  margin-top: 5px
}

.mb5 {
  margin-bottom: 5px
}

.m_wid50 {
  max-width: 50px
}

.mt6 {
  margin-top: 6px
}

.mb6 {
  margin-bottom: 6px
}

.m_wid60 {
  max-width: 60px
}

.mt7 {
  margin-top: 7px
}

.mb7 {
  margin-bottom: 7px
}

.m_wid70 {
  max-width: 70px
}

.mt8 {
  margin-top: 8px
}

.mb8 {
  margin-bottom: 8px
}

.m_wid80 {
  max-width: 80px
}

.mt9 {
  margin-top: 9px
}

.mb9 {
  margin-bottom: 9px
}

.m_wid90 {
  max-width: 90px
}

.mt10 {
  margin-top: 10px
}

.mb10 {
  margin-bottom: 10px
}

.m_wid100 {
  max-width: 100px
}

.mt11 {
  margin-top: 11px
}

.mb11 {
  margin-bottom: 11px
}

.m_wid110 {
  max-width: 110px
}

.mt12 {
  margin-top: 12px
}

.mb12 {
  margin-bottom: 12px
}

.m_wid120 {
  max-width: 120px
}

.mt13 {
  margin-top: 13px
}

.mb13 {
  margin-bottom: 13px
}

.m_wid130 {
  max-width: 130px
}

.mt14 {
  margin-top: 14px
}

.mb14 {
  margin-bottom: 14px
}

.m_wid140 {
  max-width: 140px
}

.mt15 {
  margin-top: 15px
}

.mb15 {
  margin-bottom: 15px
}

.m_wid150 {
  max-width: 150px
}

.mt16 {
  margin-top: 16px
}

.mb16 {
  margin-bottom: 16px
}

.m_wid160 {
  max-width: 160px
}

.mt17 {
  margin-top: 17px
}

.mb17 {
  margin-bottom: 17px
}

.m_wid170 {
  max-width: 170px
}

.mt18 {
  margin-top: 18px
}

.mb18 {
  margin-bottom: 18px
}

.m_wid180 {
  max-width: 180px
}

.mt19 {
  margin-top: 19px
}

.mb19 {
  margin-bottom: 19px
}

.m_wid190 {
  max-width: 190px
}

.mt20 {
  margin-top: 20px
}

.mb20 {
  margin-bottom: 20px
}

.m_wid200 {
  max-width: 200px
}

.mt21 {
  margin-top: 21px
}

.mb21 {
  margin-bottom: 21px
}

.m_wid210 {
  max-width: 210px
}

.mt22 {
  margin-top: 22px
}

.mb22 {
  margin-bottom: 22px
}

.m_wid220 {
  max-width: 220px
}

.mt23 {
  margin-top: 23px
}

.mb23 {
  margin-bottom: 23px
}

.m_wid230 {
  max-width: 230px
}

.mt24 {
  margin-top: 24px
}

.mb24 {
  margin-bottom: 24px
}

.m_wid240 {
  max-width: 240px
}

.mt25 {
  margin-top: 25px
}

.mb25 {
  margin-bottom: 25px
}

.m_wid250 {
  max-width: 250px
}

.mt26 {
  margin-top: 26px
}

.mb26 {
  margin-bottom: 26px
}

.m_wid260 {
  max-width: 260px
}

.mt27 {
  margin-top: 27px
}

.mb27 {
  margin-bottom: 27px
}

.m_wid270 {
  max-width: 270px
}

.mt28 {
  margin-top: 28px
}

.mb28 {
  margin-bottom: 28px
}

.m_wid280 {
  max-width: 280px
}

.mt29 {
  margin-top: 29px
}

.mb29 {
  margin-bottom: 29px
}

.m_wid290 {
  max-width: 290px
}

.mt30 {
  margin-top: 30px
}

.mb30 {
  margin-bottom: 30px
}

.m_wid300 {
  max-width: 300px
}

.mt31 {
  margin-top: 31px
}

.mb31 {
  margin-bottom: 31px
}

.m_wid310 {
  max-width: 310px
}

.mt32 {
  margin-top: 32px
}

.mb32 {
  margin-bottom: 32px
}

.m_wid320 {
  max-width: 320px
}

.mt33 {
  margin-top: 33px
}

.mb33 {
  margin-bottom: 33px
}

.m_wid330 {
  max-width: 330px
}

.mt34 {
  margin-top: 34px
}

.mb34 {
  margin-bottom: 34px
}

.m_wid340 {
  max-width: 340px
}

.mt35 {
  margin-top: 35px
}

.mb35 {
  margin-bottom: 35px
}

.m_wid350 {
  max-width: 350px
}

.mt36 {
  margin-top: 36px
}

.mb36 {
  margin-bottom: 36px
}

.m_wid360 {
  max-width: 360px
}

.mt37 {
  margin-top: 37px
}

.mb37 {
  margin-bottom: 37px
}

.m_wid370 {
  max-width: 370px
}

.mt38 {
  margin-top: 38px
}

.mb38 {
  margin-bottom: 38px
}

.m_wid380 {
  max-width: 380px
}

.mt39 {
  margin-top: 39px
}

.mb39 {
  margin-bottom: 39px
}

.m_wid390 {
  max-width: 390px
}

.mt40 {
  margin-top: 40px
}

.mb40 {
  margin-bottom: 40px
}

.m_wid400 {
  max-width: 400px
}

.mt41 {
  margin-top: 41px
}

.mb41 {
  margin-bottom: 41px
}

.m_wid410 {
  max-width: 410px
}

.mt42 {
  margin-top: 42px
}

.mb42 {
  margin-bottom: 42px
}

.m_wid420 {
  max-width: 420px
}

.mt43 {
  margin-top: 43px
}

.mb43 {
  margin-bottom: 43px
}

.m_wid430 {
  max-width: 430px
}

.mt44 {
  margin-top: 44px
}

.mb44 {
  margin-bottom: 44px
}

.m_wid440 {
  max-width: 440px
}

.mt45 {
  margin-top: 45px
}

.mb45 {
  margin-bottom: 45px
}

.m_wid450 {
  max-width: 450px
}

.mt46 {
  margin-top: 46px
}

.mb46 {
  margin-bottom: 46px
}

.m_wid460 {
  max-width: 460px
}

.mt47 {
  margin-top: 47px
}

.mb47 {
  margin-bottom: 47px
}

.m_wid470 {
  max-width: 470px
}

.mt48 {
  margin-top: 48px
}

.mb48 {
  margin-bottom: 48px
}

.m_wid480 {
  max-width: 480px
}

.mt49 {
  margin-top: 49px
}

.mb49 {
  margin-bottom: 49px
}

.m_wid490 {
  max-width: 490px
}

.mt50 {
  margin-top: 50px
}

.mb50 {
  margin-bottom: 50px
}

.m_wid500 {
  max-width: 500px
}

.mt51 {
  margin-top: 51px
}

.mb51 {
  margin-bottom: 51px
}

.m_wid510 {
  max-width: 510px
}

.mt52 {
  margin-top: 52px
}

.mb52 {
  margin-bottom: 52px
}

.m_wid520 {
  max-width: 520px
}

.mt53 {
  margin-top: 53px
}

.mb53 {
  margin-bottom: 53px
}

.m_wid530 {
  max-width: 530px
}

.mt54 {
  margin-top: 54px
}

.mb54 {
  margin-bottom: 54px
}

.m_wid540 {
  max-width: 540px
}

.mt55 {
  margin-top: 55px
}

.mb55 {
  margin-bottom: 55px
}

.m_wid550 {
  max-width: 550px
}

.mt56 {
  margin-top: 56px
}

.mb56 {
  margin-bottom: 56px
}

.m_wid560 {
  max-width: 560px
}

.mt57 {
  margin-top: 57px
}

.mb57 {
  margin-bottom: 57px
}

.m_wid570 {
  max-width: 570px
}

.mt58 {
  margin-top: 58px
}

.mb58 {
  margin-bottom: 58px
}

.m_wid580 {
  max-width: 580px
}

.mt59 {
  margin-top: 59px
}

.mb59 {
  margin-bottom: 59px
}

.m_wid590 {
  max-width: 590px
}

.mt60 {
  margin-top: 60px
}

.mb60 {
  margin-bottom: 60px
}

.m_wid600 {
  max-width: 600px
}

.mt61 {
  margin-top: 61px
}

.mb61 {
  margin-bottom: 61px
}

.m_wid610 {
  max-width: 610px
}

.mt62 {
  margin-top: 62px
}

.mb62 {
  margin-bottom: 62px
}

.m_wid620 {
  max-width: 620px
}

.mt63 {
  margin-top: 63px
}

.mb63 {
  margin-bottom: 63px
}

.m_wid630 {
  max-width: 630px
}

.mt64 {
  margin-top: 64px
}

.mb64 {
  margin-bottom: 64px
}

.m_wid640 {
  max-width: 640px
}

.mt65 {
  margin-top: 65px
}

.mb65 {
  margin-bottom: 65px
}

.m_wid650 {
  max-width: 650px
}

.mt66 {
  margin-top: 66px
}

.mb66 {
  margin-bottom: 66px
}

.m_wid660 {
  max-width: 660px
}

.mt67 {
  margin-top: 67px
}

.mb67 {
  margin-bottom: 67px
}

.m_wid670 {
  max-width: 670px
}

.mt68 {
  margin-top: 68px
}

.mb68 {
  margin-bottom: 68px
}

.m_wid680 {
  max-width: 680px
}

.mt69 {
  margin-top: 69px
}

.mb69 {
  margin-bottom: 69px
}

.m_wid690 {
  max-width: 690px
}

.mt70 {
  margin-top: 70px
}

.mb70 {
  margin-bottom: 70px
}

.m_wid700 {
  max-width: 700px
}

.mt71 {
  margin-top: 71px
}

.mb71 {
  margin-bottom: 71px
}

.m_wid710 {
  max-width: 710px
}

.mt72 {
  margin-top: 72px
}

.mb72 {
  margin-bottom: 72px
}

.m_wid720 {
  max-width: 720px
}

.mt73 {
  margin-top: 73px
}

.mb73 {
  margin-bottom: 73px
}

.m_wid730 {
  max-width: 730px
}

.mt74 {
  margin-top: 74px
}

.mb74 {
  margin-bottom: 74px
}

.m_wid740 {
  max-width: 740px
}

.mt75 {
  margin-top: 75px
}

.mb75 {
  margin-bottom: 75px
}

.m_wid750 {
  max-width: 750px
}

.mt76 {
  margin-top: 76px
}

.mb76 {
  margin-bottom: 76px
}

.m_wid760 {
  max-width: 760px
}

.mt77 {
  margin-top: 77px
}

.mb77 {
  margin-bottom: 77px
}

.m_wid770 {
  max-width: 770px
}

.mt78 {
  margin-top: 78px
}

.mb78 {
  margin-bottom: 78px
}

.m_wid780 {
  max-width: 780px
}

.mt79 {
  margin-top: 79px
}

.mb79 {
  margin-bottom: 79px
}

.m_wid790 {
  max-width: 790px
}

.mt80 {
  margin-top: 80px
}

.mb80 {
  margin-bottom: 80px
}

.m_wid800 {
  max-width: 800px
}

.mt81 {
  margin-top: 81px
}

.mb81 {
  margin-bottom: 81px
}

.m_wid810 {
  max-width: 810px
}

.mt82 {
  margin-top: 82px
}

.mb82 {
  margin-bottom: 82px
}

.m_wid820 {
  max-width: 820px
}

.mt83 {
  margin-top: 83px
}

.mb83 {
  margin-bottom: 83px
}

.m_wid830 {
  max-width: 830px
}

.mt84 {
  margin-top: 84px
}

.mb84 {
  margin-bottom: 84px
}

.m_wid840 {
  max-width: 840px
}

.mt85 {
  margin-top: 85px
}

.mb85 {
  margin-bottom: 85px
}

.m_wid850 {
  max-width: 850px
}

.mt86 {
  margin-top: 86px
}

.mb86 {
  margin-bottom: 86px
}

.m_wid860 {
  max-width: 860px
}

.mt87 {
  margin-top: 87px
}

.mb87 {
  margin-bottom: 87px
}

.m_wid870 {
  max-width: 870px
}

.mt88 {
  margin-top: 88px
}

.mb88 {
  margin-bottom: 88px
}

.m_wid880 {
  max-width: 880px
}

.mt89 {
  margin-top: 89px
}

.mb89 {
  margin-bottom: 89px
}

.m_wid890 {
  max-width: 890px
}

.mt90 {
  margin-top: 90px
}

.mb90 {
  margin-bottom: 90px
}

.m_wid900 {
  max-width: 900px
}

.mt91 {
  margin-top: 91px
}

.mb91 {
  margin-bottom: 91px
}

.m_wid910 {
  max-width: 910px
}

.mt92 {
  margin-top: 92px
}

.mb92 {
  margin-bottom: 92px
}

.m_wid920 {
  max-width: 920px
}

.mt93 {
  margin-top: 93px
}

.mb93 {
  margin-bottom: 93px
}

.m_wid930 {
  max-width: 930px
}

.mt94 {
  margin-top: 94px
}

.mb94 {
  margin-bottom: 94px
}

.m_wid940 {
  max-width: 940px
}

.mt95 {
  margin-top: 95px
}

.mb95 {
  margin-bottom: 95px
}

.m_wid950 {
  max-width: 950px
}

.mt96 {
  margin-top: 96px
}

.mb96 {
  margin-bottom: 96px
}

.m_wid960 {
  max-width: 960px
}

.mt97 {
  margin-top: 97px
}

.mb97 {
  margin-bottom: 97px
}

.m_wid970 {
  max-width: 970px
}

.mt98 {
  margin-top: 98px
}

.mb98 {
  margin-bottom: 98px
}

.m_wid980 {
  max-width: 980px
}

.mt99 {
  margin-top: 99px
}

.mb99 {
  margin-bottom: 99px
}

.m_wid990 {
  max-width: 990px
}

.mt100 {
  margin-top: 100px
}

.mb100 {
  margin-bottom: 100px
}


.m_wid1000 {
  max-width: 1000px
}

.mt101 {
  margin-top: 101px
}

.mb101 {
  margin-bottom: 101px
}

.m_wid1010 {
  max-width: 1010px
}

.mt102 {
  margin-top: 102px
}

.mb102 {
  margin-bottom: 102px
}

.m_wid1020 {
  max-width: 1020px
}

.mt103 {
  margin-top: 103px
}

.mb103 {
  margin-bottom: 103px
}

.m_wid1030 {
  max-width: 1030px
}

.mt104 {
  margin-top: 104px
}

.mb104 {
  margin-bottom: 104px
}

.m_wid1040 {
  max-width: 1040px
}

.mt105 {
  margin-top: 105px
}

.mb105 {
  margin-bottom: 105px
}

.m_wid1050 {
  max-width: 1050px
}

.mt106 {
  margin-top: 106px
}

.mb106 {
  margin-bottom: 106px
}

.m_wid1060 {
  max-width: 1060px
}

.mt107 {
  margin-top: 107px
}

.mb107 {
  margin-bottom: 107px
}

.m_wid1070 {
  max-width: 1070px
}

.mt108 {
  margin-top: 108px
}

.mb108 {
  margin-bottom: 108px
}

.m_wid1080 {
  max-width: 1080px
}

.mt109 {
  margin-top: 109px
}

.mb109 {
  margin-bottom: 109px
}

.m_wid1090 {
  max-width: 1090px
}

.mt110 {
  margin-top: 110px
}

.mb110 {
  margin-bottom: 110px
}

.m_wid1100 {
  max-width: 1100px
}

.mt111 {
  margin-top: 111px
}

.mb111 {
  margin-bottom: 111px
}

.m_wid1110 {
  max-width: 1110px
}

.mt112 {
  margin-top: 112px
}

.mb112 {
  margin-bottom: 112px
}

.m_wid1120 {
  max-width: 1120px
}

.mt113 {
  margin-top: 113px
}

.mb113 {
  margin-bottom: 113px
}

.m_wid1130 {
  max-width: 1130px
}

.mt114 {
  margin-top: 114px
}

.mb114 {
  margin-bottom: 114px
}

.m_wid1140 {
  max-width: 1140px
}

.mt115 {
  margin-top: 115px
}

.mb115 {
  margin-bottom: 115px
}

.m_wid1150 {
  max-width: 1150px
}

.mt116 {
  margin-top: 116px
}

.mb116 {
  margin-bottom: 116px
}

.m_wid1160 {
  max-width: 1160px
}

.mt117 {
  margin-top: 117px
}

.mb117 {
  margin-bottom: 117px
}

.m_wid1170 {
  max-width: 1170px
}

.mt118 {
  margin-top: 118px
}

.mb118 {
  margin-bottom: 118px
}

.m_wid1180 {
  max-width: 1180px
}

.mt119 {
  margin-top: 119px
}

.mb119 {
  margin-bottom: 119px
}

.m_wid1190 {
  max-width: 1190px
}

.mt120 {
  margin-top: 120px
}

.mb120 {
  margin-bottom: 120px
}

.m_wid1200 {
  max-width: 1200px
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.owl-dots {
  margin-top: 1rem;
  text-align: center
}

.owl-dots .owl-dot {
  margin: 0 1.5rem 0 0
}

.owl-dots .owl-dot:last-child {
  margin: 0
}

.owl-dots .owl-dot span {
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
  background: #0056a1;
  opacity: .2
}

.owl-dots .active span {
  opacity: 1
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 7rem);
  display: flex;
  justify-content: space-between;
  z-index: -1
}

@media screen and (max-width: 767px) {
  .owl-nav {
    width: calc(100% + 2rem);
    z-index: inherit
  }
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  line-height: 1;
  /* background: #0056a1 !important; */
  background: #D84F35!important;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  transition: .2s ease-in-out
}

@media screen and (max-width: 767px) {
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    -webkit-transform: scale(80%);
    transform: scale(80%)
  }
}

.owl-nav button.owl-prev::after, .owl-nav button.owl-next::after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0
}

.owl-nav button.owl-prev:hover, .owl-nav button.owl-prev:focus, .owl-nav button.owl-next:hover, .owl-nav button.owl-next:focus {
  background: #0071d4 !important
}

.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none
}

.owl-nav button.owl-prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(60%, 60%);
  transform: rotate(-45deg) translate(60%, 60%)
}

.owl-nav button.owl-next::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(40%, 40%);
  transform: rotate(-45deg) translate(40%, 40%)
}

.voices_list {
  margin: 3.5rem auto;
  padding: 0;
  list-style: none
}

@media screen and (max-width: 767px) {
  .voices_list {
    margin-bottom: 0
  }
}

.voices_list li {
  margin: 0;
  padding: 0;
  gap: 0
}

.voices_list li .fig, .voices_list li .txt {
  width: 100%
}

.voices_list li .fig {
  width: 65%
}

@media screen and (max-width: 767px) {
  .voices_list li .fig {
    width: 100%
  }
}

.voices_list li .fig figure {
  width: 100%;
  height: 0;
  margin: 0;
  position: relative;
  padding-top: 125%
}

@media screen and (max-width: 767px) {
  .voices_list li .fig figure {
    padding-top: 75%
  }
}

.voices_list li .fig figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 100%;
  object-position: center 100%
}

.voices_list li .txt {
  position: relative
}

.voices_list li .txt .txt_inner {
  background: #fff;
  padding: 5rem 2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -1.5rem;
  width: 100%;
  box-shadow: .5rem .5rem 0px 0px rgba(0, 0, 0, .12)
}

@media screen and (max-width: 767px) {
  .voices_list li .txt .txt_inner {
    padding: 1.5rem;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    box-shadow: none
  }
}

.voices_list li .txt h2 {
  color: rgba(252, 217, 0, .87);
  font-size: 1.563rem;
  margin: 0 0 1.5rem
}

@media screen and (max-width: 767px) {
  .voices_list li .txt h2 {
    text-align: center;
    font-size: 1.25rem
  }
}

.voices_list li .txt p {
  color: rgba(0, 0, 0, .54);
  margin: 0
}

.voices_list li .txt p.name {
  color: rgba(0, 0, 0, .87);
  font-size: 180%;
  margin: 1rem 0
}

@media screen and (max-width: 767px) {
  .voices_list li .txt p.name {
    text-align: center;
    font-size: 1.25rem
  }
}

.bgcolor01 {
  background: #D84F35;
}

.bgcolor02 {
  background: #fff
}

.bgcolor03 {
  background: #fff
}

.bgcolor04 {
  background: #e6e6e6
}

.bdr_img {
  border: 1px solid rgba(0, 0, 0, .12)
}

.table {
  width: 100%;
  margin: 3.5rem 0 2rem
}

.table .tr {
  display: flex;
  width: 100%;
  align-items: stretch;
  margin: 0 0 2px
}

.table .tr .th, .table .tr .td {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  background: rgba(0, 86, 161, .1);
  margin: 0 2px 0 0
}

@media screen and (max-width: 767px) {
  .table .tr .th, .table .tr .td {
    padding: 1rem
  }
}

.table .tr .th span, .table .tr .th img, .table .tr .td span, .table .tr .td img {
  width: 100%
}

.table .tr .th:last-child, .table .tr .td:last-child {
  margin-right: 0;
  background: rgba(252, 217, 0, .2)
}

.table .tr .th img, .table .tr .td img {
  width: 3rem;
  height: auto;
  margin: 0 auto
}

.table .tr .none {
  opacity: 0
}

@media screen and (max-width: 767px) {
  .table .tr {
    flex-wrap: wrap
  }
  .table .tr .td, .table .tr .th {
    margin: 0 0 2px
  }
  .table .tr .th {
    width: 100%;
    font-weight: bold;
    background: rgba(0, 86, 161, .2)
  }
  .table .tr .td {
    position: relative
  }
  .table .tr .td:last-child {
    margin-bottom: 1.5rem
  }
  .table .tr .td img {
    margin-right: 0;
    margin-left: auto
  }
  .table .tr .td:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    text-align: left;
    width: 70%;
    content: attr(data-label);
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 767px) {
  .table .tr:last-child .td {
    margin-bottom: 0
  }
}

.table .thead {
  font-size: 1.25rem
}

@media screen and (max-width: 767px) {
  .table .thead {
    display: none
  }
}

.table .thead .td {
  background: rgba(0, 86, 161, .2);
  font-weight: bold
}

.table .thead .td img {
  width: 100%
}

.table .thead .td:last-child {
  background: rgba(252, 217, 0, .3)
}

header .inner {
  padding: 1.5rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

@media screen and (max-width: 767px) {
  header .inner {
    padding: 1rem
  }
}

header .site-branding {
  width: 9rem
}

header .site-branding img {
  width: 100%;
  height: auto
}

@media screen and (max-width: 767px) {
  header .site-branding img {
    max-width: 100%
  }
}

header .nav-area {
  width: 100%;
  margin: 0 0 0 2.5rem;
  position: relative
}

@media screen and (max-width: 1039px) {
  header .nav-area .head-nav {
    z-index: 10;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: rgba(255, 255, 255, .9);
    transition: .2s ease-in-out;
    padding: 6rem 1rem
  }
  header .nav-area .navbarBtn {
    width: 1.5rem;
    height: 1.5rem;
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    z-index: 10;
    transition: .2s ease-in-out
  }
}

@media screen and (max-width: 1039px)and (max-width: 767px) {
  header .nav-area .navbarBtn {
    top: 1rem
  }
}

@media screen and (max-width: 1039px) {
  header .nav-area .navbarBtn .menuTrigger {
    cursor: pointer;
    width: 1.5rem;
    border-top: 2px solid #0056a1;
    border-bottom: 2px solid #0056a1;
    transition: .2s ease-in-out
  }
  header .nav-area .navbarBtn .menuTrigger .bdr {
    display: block;
    width: 100%;
    height: 2px;
    background: #0056a1;
    margin: .5rem 0;
    transition: .2s ease-in-out
  }
  header .nav-area .navbarBtn .menuTrigger.open {
    border: none;
    position: relative;
    height: 100%
  }
  header .nav-area .navbarBtn .menuTrigger.open .bdr {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  header .nav-area .navbarBtn .menuTrigger.open .bdr:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background: #0056a1;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}

@media screen and (max-width: 1039px) {
  header .nav-area .head-nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }
}

header .head-nav ul {
  line-height: 1;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
  align-items: center
}

header .head-nav ul li {
  margin: 0 2vw 0 0
}

header .head-nav ul li a, header .head-nav ul li a:visited {
  text-decoration: none;
  color: rgba(0, 0, 0, .87)
}

header .head-nav ul li a:hover, header .head-nav ul li a:focus, header .head-nav ul li a:visited:hover, header .head-nav ul li a:visited:focus {
  /* color: #0056a1 */
  color: #D6533A;
}

header .head-nav ul li:last-child {
  margin-right: 0
}

@media screen and (max-width: 1039px) {
  header .head-nav ul {
    flex-direction: column;
    align-items: flex-start
  }
  header .head-nav ul li {
    width: 100%;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
  }
  header .head-nav ul li a {
    display: block;
    padding: 1rem 0
  }
  header .head-nav ul li a.btn {
    margin-top: 2rem
  }
}

footer {
  margin: 0 0
}

footer .inner {
  margin: 0 auto;
  max-width: calc(1040px + 4rem);
  padding: 3.5rem 2rem
}

.copy_area {
  background: #e6e6e6
}

.copy_area .copy {
  font-size: .64rem;
  color: rgba(0, 0, 0, .34);
  margin: 0 auto;
  max-width: calc(1040px + 4rem);
  padding: 1rem 2rem
}

.tel_area h2 {
  font-size: 1.563rem;
  margin: 0 auto 1.5rem;
  color: rgba(0, 0, 0, .87)
}

@media screen and (max-width: 767px) {
  .tel_area h2 {
    font-size: 1.25rem
  }
}

.tel_area .tel {
  margin: 1.5rem 0;
  color: #0056a1;
  font-size: 3.052rem;
  line-height: 1
}

@media screen and (max-width: 767px) {
  .tel_area .tel {
    font-size: 1.953rem
  }
}

.tel_area .tel i, .tel_area .tel svg {
  margin: 0 .5rem 0 0;
  vertical-align: top
}

.tel_area .tel a, .tel_area .tel a:visited {
  text-decoration: none;
  color: #da1212
}

.tel_area .tel a:hover, .tel_area .tel a:focus, .tel_area .tel a:visited:hover, .tel_area .tel a:visited:focus {
  color: #ee3131
}

.floating_btn_wrap {
  padding: 2.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .2s ease-in-out
}

@media screen and (max-width: 767px) {
  .floating_btn_wrap {
    padding: 1rem
  }
}

.floating_btn_wrap .inner {
  padding: 0
}

@media screen and (max-width: 767px) {
  .floating_btn_wrap .inner {
    max-width: 100%;
    padding: 0
  }
}

.floating_btn_wrap.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.floating_btn_wrap.sticky {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0
}

#kv .inner {
	position: relative;
	z-index: 0;
	height: 90vh;
	min-height: 720px;
}
#kv .inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0
}
#kv .inner .bg .bg_inner, #kv .inner .bg .owl-stage-outer, #kv .inner .bg .owl-stage, #kv .inner .bg .owl-item, #kv .inner .bg .bg_inner_cont {
	height: 100%
}
#kv .inner .bg img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center
}
@media screen and (max-width: 1023px) {
	#kv .inner .bg img {
		object-position: bottom right;
	}
}
#kv .inner .bg img.sp {
	display: none
}
@media screen and (max-width: 767px) {
	#kv .inner .bg img.sp {
		display: block
	}
}
#kv .inner .bg img.pc {
	display: block
}
@media screen and (max-width: 767px) {
	#kv .inner .bg img.pc {
		display: none
	}
}
#kv .inner .txt {
	background: rgba(0, 0, 0, .45);
	position: absolute;
	z-index: 1;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 1.5rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
#kv .inner .txt .tx_inner {
	text-align: center;
	margin: auto;
	width: 100%;
	color: #fffefc
}
#kv .inner .txt .sub {
	display: inline-block;
	margin: 0;
	font-size: 1.563rem;
	border-top: 2px solid rgba(255, 254, 252, .87);
	border-bottom: 2px solid rgba(255, 254, 252, .87);
	line-height: 1;
	padding: .5rem 1rem
}
#kv .inner .txt h1 {
	/* margin: 1rem 0 2rem 0; */
	margin: 1rem 0 0 0;
	color: #fffefc;
	text-align: center
}
#kv .inner .txt .btn {
	width: max-content;
	max-width: 25rem;
	font-size: 1.5625rem
}
@media screen and (max-width: 1039px) {
	#kv .inner .txt {
		top: auto;
		left: 2.5rem;
		bottom: 2.5rem;
		width: calc(100% - 5rem);
		height: max-content
	}
	#kv .inner .txt .sub {
		font-size: 1.25rem;
		padding: 0;
		border: none
	}
	#kv .inner .txt h1 {
		font-size: 1.5625rem
	}
}
@media screen and (max-width: 767px) {
	#kv .inner .txt {
		top: auto;
		left: 1rem;
		bottom: 1rem;
		padding: 1rem;
		width: calc(100% - 2rem)
	}
	#kv .inner .txt .tx_inner {
		width: 100%
	}
	#kv .inner .txt .sub {
		font-size: 1rem;
		font-weight: 700
	}
	#kv .inner .txt h1 {
		font-size: 1.563rem;
		margin: 1rem 0
	}
	#kv .inner .txt .btn {
		width: calc(100% + 1rem);
		margin-right: -0.5rem;
		margin-left: -0.5rem
	}
}

.bgcolor01 h1, .bgcolor01 h2, .bgcolor01 h3, .bgcolor01 h4 {
  color: #fff
}

.bgcolor01 p:not(.section_title_arw), .bgcolor01 ul:not(.prob_list) {
  color: rgba(255, 255, 255, .87)
}

#intro .prob_list {
  margin: 2.5rem 5rem
}

@media screen and (max-width: 767px) {
  #intro .prob_list {
    margin: 2.5rem 0
  }
}

#intro .strong {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
}


#youtube {
	padding-bottom: 0;
}

#youtube h1 {
	color: #da1212;
	font-size: 2rem;
	text-align: center;
}

#youtube .section_title {
	border: none;
	margin-bottom: 20px;
}

#youtube .iframe {
	text-align: center;
	margin: 0 auto;
}

#youtube .iframe iframe {
	width: 400px;
	height: 250px;
}

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

		font-size: 2rem;

	}
	#youtube .iframe {
		padding-top: 56.25%;
		position: relative;
	}
	#youtube .iframe iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;

	}
}

.points_list {
  list-style: none;
  padding: 0;
  align-items: center
}

.points_list li {
  margin: 0 auto 2.5rem
}

@media screen and (max-width: 767px) {
  .points_list li {
    gap: 0
  }
}

.points_list li:last-child {
  margin: 0 auto
}

.points_list li .img {
  max-width: 35%
}

@media screen and (max-width: 767px) {
  .points_list li .img {
    max-width: 100%;
    margin: 0 0 1.5rem
  }
}

.points_list li .num {
  margin: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .34);
  font-size: 1.25rem
}

.points_list li h2 {
  margin: 2rem 0;
  font-size: 1.953rem
}

.points_list li h2 strong {
  color: #da1212
}

@media screen and (max-width: 767px) {
  .points_list li h2 {
    margin: 1rem 0
  }
}

.points_list li p {
  color: rgba(0, 0, 0, .54);
  margin: 0
}

.come_box h2 {
  margin: 0 0 1.5rem;
  color: #fcd900;
  font-size: 1.953rem
}

.come_box ul {
  margin: 0
}

.come_box .smallText {
	margin-top: 0;
	color: #fcd900!important;
}

@media screen and (max-width: 767px) {
  .come_box .left {
    order: 2
  }
  .come_box .left h2 {
    font-size: 1.563rem;
    text-align: center
  }
  .come_box .right {
    order: 1;
    width: calc(100% + 2rem);
    margin: -1rem
  }
	.come_box .smallText {
		text-align: center;
	}
}

#come h3 {
  text-align: center;
  font-size: 1.25rem;
  margin: 3.5rem 0 1.5rem
}

.wrap_list {
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;

}

@media screen and (max-width: 767px) {
  .wrap_list {
    flex-wrap: wrap;
    padding: 1rem
  }
}

.wrap_list ul {
  width: 32%;
}

.wrap_list li {
  margin: 0 0 1em;
  color: rgba(0, 0, 0, .87);
  list-style: none;
}

@media screen and (max-width: 767px) {
  .wrap_list ul {
    display: contents;
  }
  .wrap_list li {
    width: 48%
  }
}

.wrap_list li:before {
  background: #fcd900
}

#price p {
  color: rgba(0, 0, 0, .54)
}

.price_img {
  width: 100%
}

.price_table_title {
  font-size: 1.25rem;
  position: relative;
  line-height: 1
}

.price_table_title:before {
  content: "";
  margin: 0 .25rem 0 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: top;
  background: rgba(0, 0, 0, .54)
}

.price_table {
  margin-top: 0
}

.price_table .tr .th {
  text-align: center;
  /* background: rgba(0, 86, 161, .34); */
  background: #F9E5DC;
  font-weight: 700
}

.price_table .tr > div:nth-of-type(3) {
  width: 150%;
}

.price_table .tr .td, .price_table .tr .td:last-child {
  background: rgba(0, 0, 0, .032)
}

.price_table .thead {
  text-align: center;
  font-size: 1rem
}

.price_table .thead .td, .price_table .thead .td:last-child {
  padding: 1rem;
  background: #e6e6e6
}

.tokuten {
  margin: 0 0 40px;
  /* background: #002163; */
  text-align: center;
}

.support_cards li {
  background: #fff
}

.support_cards li figure {
  margin: 0 auto
}

.support_cards li figure img {
  width: 100%
}

.support_cards li .txt {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column
}

@media screen and (max-width: 767px) {
  .support_cards li .txt {
    padding: 1rem
  }
}

.support_cards li .txt h2 {
  text-align: center;
  font-size: 1.563rem;
  color: #0056a1;
  margin: 0 auto 1rem
}

.support_cards li .txt h2 strong {
  color: #da1212
}

.support_cards li .txt p {
  margin: 0;
  color: rgba(0, 0, 0, .54);
  font-size: .8rem
}

@media screen and (max-width: 767px) {
  .voices_list .owl-nav {
    display: none
  }
}

#contact {
  padding: 2.5rem 0
}

#contact h2 {
  font-size: 1.563rem;
  margin: 0 auto 1.5rem;
  color: rgba(0, 0, 0, .87)
}

@media screen and (max-width: 767px) {
  #contact h2 {
    font-size: 1.25rem
  }
}

#contact .tel {
  margin: 1.5rem 0;
  color: #da1212;
  font-size: 3.052rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width: 767px) {
  #contact .tel {
    font-size: 1.953rem
  }
}

#contact .tel i, #contact .tel svg {
  margin: 0 .5rem 0 0;
  vertical-align: middle
}

#contact .tel a, #contact .tel a:visited {
  text-decoration: none;
  color: #da1212
}

#contact .tel a:hover, #contact .tel a:focus, #contact .tel a:visited:hover, #contact .tel a:visited:focus {
  color: #ee3131
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.nextSeason .inner {
	margin: 0 auto;
  	max-width: calc(1040px + 4rem);
  	padding: 3.5rem 2rem
}
.nextSeason .read {
	font-size: 1.0rem;
	text-align: center;
}

.nextSeason .read .day {
	color: #da1212;
	font-size: 1.25rem;
	vertical-align: baseline;
}

.nextSeason table {
	width: 100%;
}
.nextSeason th {
	padding: 2rem 1rem;
	background: #67AAD7;
	color: #FFF;
}
.nextSeason th strong {
	font-size: 1.6rem;
}
.nextSeason td {
	padding: 2rem 1rem;
	background: #CCE3F1;
}
.nextSeason td p {
	margin: 0;
}
.nextSeason .notice {
	color: rgba(0, 0, 0, .54);
}
@media screen and (max-width: 767px) {
	.nextSeason .inner {
		padding: 2rem 1rem;
	}
	.nextSeason table,
	.nextSeason tbody,
	.nextSeason tr,
	.nextSeason th,
	.nextSeason td {
		display: block;
	}
	.nextSeason th {
		padding: 1rem;
	}
	.nextSeason th br {
		display: none;
	}
	.nextSeason td {
		padding: 1rem 0;
	}
	.nextSeason td p {
		padding: 0.5rem 1rem;

	}

}

.sp_hide {
	display: block;
}

.sp_show {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp_hide {
		display: none;
	}
	.sp_show {
		display: block;
	}
}

.school_day dt {
	background: #fcd900;
	color: #0056a1;
}
.school_day dt::after {
	color: #0056a1;
}
.school_day dd {
	background: #FFF;
}
.school_day table {
	width: 100%;
}
.school_day table th {
  text-align: center;
  background: rgba(0, 86, 161, .34);
  font-weight: 700;
	font-size: 16px;
}

.school_day table td,
.school_day table td:last-child {
  background: rgba(0, 0, 0, .032);
	font-size: 16px;
	padding: 1rem 0.5rem;

}

.school_day thead {
  text-align: center;
  font-size: 1rem
}


.school_day thead th,
.school_day thead th:last-child {
  padding: 1rem;
  background: #e6e6e6
}

/*.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}*/
